com.sabro.jbusiness.uteis
Interface SelectionManager.SelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CadastroCampo, CadastroTabela
Enclosing class:
SelectionManager

public static interface SelectionManager.SelectionListener
extends java.util.EventListener

SelectionListener define a interface de um objeto que observa as alterações de um Selection.


Method Summary
 void wasSelected(SelectionManager.SelectionEvent e)
           
 void wasUnSelected(SelectionManager.SelectionEvent e)
           
 

Method Detail

wasSelected

void wasSelected(SelectionManager.SelectionEvent e)

wasUnSelected

void wasUnSelected(SelectionManager.SelectionEvent e)